Gets true if any field in collection meets the condition
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads Shared Function AnyField( _
ByVal shelf As System.Collections.Generic.IEnumerable(Of Field), _
ByVal condition As System.Predicate(Of Field) _
) As System.Boolean |
| C# | |
|---|
public static System.bool AnyField(
System.Collections.Generic.IEnumerable<Field> shelf,
System.Predicate<Field> condition
) |
Parameters
- shelf
- condition
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also